home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Catalogs / Deutsch / ErrorMessages.ct (.txt) < prev    next >
Encoding:
Amiga Catalog Translation file  |  1995-06-25  |  29.6 KB  |  1,036 lines

  1. ## version
  2. ## language deutsch
  3. ## codeset 0
  4. ;=========================================================================
  5. ;     $RCSfile: ErrorMessages.cd $
  6. ;  Description: Catalog description file for compiler error messages
  7. ;   Created by: ferr (Johan Ferreira)
  8. ;    $Revision: 1.2 $
  9. ;      $Author: fjc $
  10. ;        $Date: 1995/06/13 23:27:37 $
  11. ;=========================================================================
  12. ;A. Incorrect use of language Oberon
  13. ;Undeclared identifier
  14. msgErr0
  15. Undefinierter Bezeichner
  16. ;Undeclared identifier
  17. ;Multiply defined identifier
  18. msgErr1
  19. Mehrfach definierter Bezeichner
  20. ;Multiply defined identifier
  21. ;Illegal character in number
  22. msgErr2
  23. ltiges Zeichen innerhalb einer Zahl
  24. ;Illegal character in number
  25. ;Illegal character in string
  26. msgErr3
  27. ltiges Zeichen innerhalb einer Zeichenkette
  28. ;Illegal character in string
  29. ;Identifier does not match procedure name
  30. msgErr4
  31. Bezeichner stimmt nicht mit dem Prozedurnamen 
  32. berein
  33. ;Identifier does not match procedure name
  34. ;Comment not closed
  35. msgErr5
  36. Kommentar wurde nicht geschlossen
  37. ;Comment not closed
  38. ;"=" expected
  39. msgErr9
  40. "=" erwartet
  41. ;"=" expected
  42. ;Identifier expected
  43. msgErr10
  44. Bezeichner erwartet
  45. ;Identifier expected
  46. ;Type definition starts with incorrect symbol
  47. msgErr12
  48. Typdefinition beginnt mit einem falschen Symbol
  49. ;Type definition starts with incorrect symbol
  50. ;Factor starts with incorrect symbol
  51. msgErr13
  52. Faktor beginnt mit einem falschen Symbol
  53. ;Factor starts with incorrect symbol
  54. ;Statement starts with incorrect symbol
  55. msgErr14
  56. Befehl beginnt mit einem falschen Symbol
  57. ;Statement starts with incorrect symbol
  58. ;Declaration followed by incorrect symbol
  59. msgErr15
  60. Definition beginnt mit einem falschen Symbol
  61. ;Declaration followed by incorrect symbol
  62. ;MODULE expected
  63. msgErr16
  64. MODULE erwartet
  65. ;MODULE expected
  66. ;Integer constant expected
  67. msgErr17
  68. Integer-Konstante erwartet
  69. ;Integer constant expected
  70. ;"." missing
  71. msgErr18
  72. "." fehlt
  73. ;"." missing
  74. ;"," missing
  75. msgErr19
  76. "," fehlt
  77. ;"," missing
  78. ;":" missing
  79. msgErr20
  80. ":" fehlt
  81. ;":" missing
  82. ;")" missing
  83. msgErr22
  84. ")" fehlt
  85. ;")" missing
  86. ;"]" missing
  87. msgErr23
  88. "]" fehlt
  89. ;"]" missing
  90. ;"}" missing
  91. msgErr24
  92. "}" fehlt
  93. ;"}" missing
  94. ;OF missing
  95. msgErr25
  96. OF fehlt
  97. ;OF missing
  98. ;THEN missing
  99. msgErr26
  100. THEN fehlt
  101. ;THEN missing
  102. ;DO missing
  103. msgErr27
  104. DO fehlt
  105. ;DO missing
  106. ;TO missing
  107. msgErr28
  108. TO fehlt
  109. ;TO missing
  110. ;"(" missing
  111. msgErr29
  112. "(" fehlt
  113. ;"(" missing
  114. ;":=" missing
  115. msgErr33
  116. ":=" fehlt
  117. ;":=" missing
  118. ;"," or OF expected
  119. msgErr34
  120. "," fehlt
  121. ;"," or OF expected
  122. ;";" missing
  123. msgErr38
  124. ";" fehlt
  125. ;";" missing
  126. ;END missing
  127. msgErr40
  128. END fehlt
  129. ;END missing
  130. ;UNTIL missing
  131. msgErr43
  132. UNTIL fehlt
  133. ;UNTIL missing
  134. ;EXIT not within loop statement
  135. msgErr45
  136. EXIT nicht innerhalb eines LOOP-Befehls
  137. ;EXIT not within loop statement
  138. ;Object must be global
  139. msgErr46
  140. Objekt mu
  141.  global definiert sein
  142. ;Object must be global
  143. ;Illegally marked identifier
  144. msgErr47
  145. ltig markierter Bezeichner
  146. ;Illegally marked identifier
  147. ;Forward declared pointer unsatisfied
  148. msgErr48
  149. FORWARD-Definition wurde nicht aufgel
  150. ;Forward declared pointer unsatisfied
  151. ;Attempting to import self
  152. msgErr49
  153. Es wurde versucht das dieses Modul zu importieren
  154. ;Attempting to import self
  155. ;Expression should be constant
  156. msgErr50
  157. Ausdruck mu
  158.  konstant sein
  159. ;Expression should be constant
  160. ;Constant not an integer
  161. msgErr51
  162. Konstante kein INTEGER
  163. ;Constant not an integer
  164. ;Identifier does not denote a type
  165. msgErr52
  166. Bezeichner ist kein Typ
  167. ;Identifier does not denote a type
  168. ;Identifier does not denote a record type
  169. msgErr53
  170. Bezeichner ist kein Record
  171. ;Identifier does not denote a record type
  172. ;Result type of procedure is not a basic type
  173. msgErr54
  174. Das Resultat ist kein Basistyp
  175. ;Result type of procedure is not a basic type
  176. ;Procedure call of a function
  177. msgErr55
  178. Prozeduraufruf einer Funktion
  179. ;Procedure call of a function
  180. ;Assignment to non-variable
  181. msgErr56
  182. Zuweisung an Nicht-Variable
  183. ;Assignment to non-variable
  184. ;Pointer not bound to record or array type
  185. msgErr57
  186. Zeiger nicht an Record oder Feld-Typ gebunden
  187. ;Pointer not bound to record or array type
  188. ;Recursive type definition
  189. msgErr58
  190. Rekursive Typ-Definition
  191. ;Recursive type definition
  192. ;Illegal open array parameter
  193. msgErr59
  194. ltiger offener Feldparameter
  195. ;Illegal open array parameter
  196. ;Wrong type of case label
  197. msgErr60
  198. Falscher Type des CASE-Labels
  199. ;Wrong type of case label
  200. ;Inadmissible type of case label
  201. msgErr61
  202. Unzul
  203. ssiger Typ des CASE-labels
  204. ;Inadmissible type of case label
  205. ;Case label defined more than once
  206. msgErr62
  207. CASE-Label wurde mehrfach definiert
  208. ;Case label defined more than once
  209. ;Index out of bounds
  210. msgErr63
  211. Index au
  212. erhalb der Grenzen
  213. ;Index out of bounds
  214. ;More actual than formal parameters
  215. msgErr64
  216. Mehr aktuelle als formale Parameter
  217. ;More actual than formal parameters
  218. ;Fewer actual than formal parameters
  219. msgErr65
  220. Weniger aktuelle als formale Parameter
  221. ;Fewer actual than formal parameters
  222. ;Element types of actual array and formal open array differ
  223. msgErr66
  224. Element-Type des aktuellen und des formalen offenen Feldes sind verschieden
  225. ;Element types of actual array and formal open array differ
  226. ;Actual parameter corresponding to open array is not an array
  227. msgErr67
  228. Aktueller Parameter ist kein Feld
  229. ;Actual parameter corresponding to open array is not an array
  230. ;Array bound out of range
  231. msgErr68
  232. Feldgrenze au
  233. erhalb des Bereichs
  234. ;Array bound out of range
  235. ;Index out of specified bounds
  236. msgErr81
  237. Index au
  238. erhalb der angegebenen Grenzen
  239. ;Index out of specified bounds
  240. ;Object being indexed is not an array
  241. msgErr82
  242. Indiziertes Objekt ist kein Feld
  243. ;Object being indexed is not an array
  244. ;Undefined record field
  245. msgErr83
  246. Undefiniertes Rekord-Feld
  247. ;Undefined record field
  248. ;Dereferenced variable is not a pointer
  249. msgErr84
  250. Dereferenzierte Variable ist kein Pointer
  251. ;Dereferenced variable is not a pointer
  252. ;Guard or test type is not an extension of variable type
  253. msgErr85
  254. Guard- oder Test-Typ ist keine Erweiterung des Variablentyps
  255. ;Guard or test type is not an extension of variable type
  256. ;Guard or test type is not a pointer
  257. msgErr86
  258. Guard- oder Test-Typ ist kein Pointer
  259. ;Guard or test type is not a pointer
  260. ;Guarded or tested variable is neither a pointer nor a VAR-parameter record
  261. msgErr87
  262. Variable innerhalb des Guards oder Test ist kein Pointer oder VAR-Parameter Record
  263. ;Guarded or tested variable is neither a pointer nor a VAR-parameter record
  264. ;x IN y : constant x is out of range (0 <= p < 32)
  265. msgErr91
  266. x IN y : Konstante x ist au
  267. erhalb des Bereichs (0 <= p < 32)
  268. ;x IN y : constant x is out of range (0 <= p < 32)
  269. ;Operand of IN not an integer, or not a set
  270. msgErr92
  271. Operand von IN ist kein Integer, oder keine Menge
  272. ;Operand of IN not an integer, or not a set
  273. ;Set element type is not an integer
  274. msgErr93
  275. Element-Typ der Menge ist kein Integer
  276. ;Set element type is not an integer
  277. ;Operand of & is not of type BOOLEAN
  278. msgErr94
  279. Operand von & ist kein BOOLEAN
  280. ;Operand of & is not of type BOOLEAN
  281. ;Operand of OR is not of type BOOLEAN
  282. msgErr95
  283. Operand von OR ist kein BOOLEAN
  284. ;Operand of OR is not of type BOOLEAN
  285. ;Operand not applicable to (unary) +
  286. msgErr96
  287. Operand ist nicht anwendbar auf (un
  288. res) +
  289. ;Operand not applicable to (unary) +
  290. ;Operand not applicable to (unary) -
  291. msgErr97
  292. Operand ist nicht anwendbar auf (un
  293. res) -
  294. ;Operand not applicable to (unary) -
  295. ;Operand of ~ is not of type BOOLEAN
  296. msgErr98
  297. Operand von ~ ist kein BOOLEAN
  298. ;Operand of ~ is not of type BOOLEAN
  299. ;Incompatible operands of dyadic operator
  300. msgErr100
  301. Inkompatible Operanden des dynadischen Operators
  302. ;Incompatible operands of dyadic operator
  303. ;Operand type inapplicable to *
  304. msgErr101
  305. Operand-Typ nicht anwendbar auf *
  306. ;Operand type inapplicable to *
  307. ;Operand type inapplicable to /
  308. msgErr102
  309. Operand-Typ nicht anwendbar auf /
  310. ;Operand type inapplicable to /
  311. ;Operand type inapplicable to DIV
  312. msgErr103
  313. Operand-Typ nicht anwendbar auf DIV
  314. ;Operand type inapplicable to DIV
  315. ;Operand type inapplicable to MOD
  316. msgErr104
  317. Operand-Typ nicht anwendbar auf MOD
  318. ;Operand type inapplicable to MOD
  319. ;Operand type inapplicable to +
  320. msgErr105
  321. Operand-Typ nicht anwendbar auf +
  322. ;Operand type inapplicable to +
  323. ;Operand type inapplicable to -
  324. msgErr106
  325. Operand-Typ nicht anwendbar auf -
  326. ;Operand type inapplicable to -
  327. ;Operand type inapplicable to = or #
  328. msgErr107
  329. Operand-Typ nicht anwendbar auf = oder #
  330. ;Operand type inapplicable to = or #
  331. ;Operand type inapplicable to relation
  332. msgErr108
  333. Operand-Typ nicht anwendbar auf Relation
  334. ;Operand type inapplicable to relation
  335. ;Arithmetic overflow in constant expression
  336. msgErr109
  337. Arithmetischer 
  338. berlauf in Konstantenausdruck
  339. ;Arithmetic overflow in constant expression
  340. ;Operand is not a type
  341. msgErr110
  342. Operand ist kein Typ
  343. ;Operand is not a type
  344. ;Operand inapplicable to (this) function
  345. msgErr111
  346. Operand-Typ nicht anwendbar auf diese Funktion
  347. ;Operand inapplicable to (this) function
  348. ;Operand is not a variable
  349. msgErr112
  350. Operand ist keine Variable
  351. ;Operand is not a variable
  352. ;Incompatible assignment
  353. msgErr113
  354. Inkompatible Zuweisung
  355. ;Incompatible assignment
  356. ;String too long to be assigned
  357. msgErr114
  358. Zeichenkette ist zu lang f
  359. r eine Zuweisung
  360. ;String too long to be assigned
  361. ;Parameter doesn't match
  362. msgErr115
  363. Parameter pa
  364. t nicht
  365. ;Parameter doesn't match
  366. ;Number of parameters doesn't match
  367. msgErr116
  368. Anzahl der Parameter stimmt nicht
  369. ;Number of parameters doesn't match
  370. ;Number of parameters doesn't match
  371. msgErr117
  372. Anzahl der Parameter stimmt nicht
  373. ;Number of parameters doesn't match
  374. ;Result type doesn't match
  375. msgErr118
  376. Resultat-Typ stimmt nicht
  377. ;Result type doesn't match
  378. ;Procedure is not assignable
  379. msgErr119
  380. Prozedur ist nicht zuweisbar
  381. ;Procedure is not assignable
  382. ;Type of expression following IF, WHILE, UNTIL, or ASSERT is not BOOLEAN
  383. msgErr120
  384. Type des Ausdrucks nach IF, WHILE, UNTIL, oder ASSERT ist kein BOOLEAN
  385. ;Type of expression following IF, WHILE, UNTIL, or ASSERT is not BOOLEAN
  386. ;Called object is not a procedure (or is an interrupt procedure)
  387. msgErr121
  388. Aufgerufenes Objekt ist keine Prozedur (oder interne Unterbrechungs-Prozedur)
  389. ;Called object is not a procedure (or is an interrupt procedure)
  390. ;Actual VAR-parameter is not a variable
  391. msgErr122
  392. Aktueller VAR-Parameter ist keine Variable
  393. ;Actual VAR-parameter is not a variable
  394. ;Type of actual parameter is not identical with that of formal VAR-parameter
  395. msgErr123
  396. Typ des aktuellen Parameters ist nicht identisch mit dem des formalen VAR-Parameters
  397. ;Type of actual parameter is not identical with that of formal VAR-parameter
  398. ;Type of result expression differs from that of procedure
  399. msgErr124
  400. Typ des Resultat-Ausdrucks unterscheidet sich von der Prozedur-Definition
  401. ;Type of result expression differs from that of procedure
  402. ;Type of case expression is neither INTEGER nor CHAR
  403. msgErr125
  404. Typ des CASE-Ausdrucks ist weder INTEGER noch CHAR
  405. ;Type of case expression is neither INTEGER nor CHAR
  406. ;Illegal mode of operand
  407. msgErr126
  408. ltiger Modus des Operanden
  409. ;Illegal mode of operand
  410. ;Illegal mode of addressed operand
  411. msgErr127
  412. ltiger Modus des adressierten Operanden
  413. ;Illegal mode of addressed operand
  414. ;Forward declared procedure not implemented
  415. msgErr129
  416. FORWARD-Definition wurde nicht implementiert
  417. ;Forward declared procedure not implemented
  418. ;WITH clause does not specify a variable
  419. msgErr130
  420. WITH-Klausel enth
  421. lt keine Variable
  422. ;WITH clause does not specify a variable
  423. ;LEN not applied to array
  424. msgErr131
  425. LEN wurde nicht auf ein Feld angewendet
  426. ;LEN not applied to array
  427. ;Dimension in LEN too large or negative
  428. msgErr132
  429. Dimension von LEN ist zu gro
  430.  oder negativ
  431. ;Dimension in LEN too large or negative
  432. ;Key inconsistency of imported module
  433. msgErr150
  434. ssel der importierten Moduln sind inkonsistent
  435. ;Key inconsistency of imported module
  436. ;Incorrect symbol file
  437. msgErr151
  438. Inkorrekte Symboldatei
  439. ;Incorrect symbol file
  440. ;Symbol file of imported module not found
  441. msgErr152
  442. Symboldatei des importierten Moduls wurde nicht gefunden
  443. ;Symbol file of imported module not found
  444. ;Object or symbol file not opened (disk full?)
  445. msgErr153
  446. Objekt- oder Symboldatei nicht ge
  447. ffnet (Datentr
  448. ger voll?)
  449. ;Object or symbol file not opened (disk full?)
  450. ;Generation of new symbol file not allowed
  451. msgErr155
  452. Erzeugung einer neuen Symboldatei nicht erlaubt
  453. ;Generation of new symbol file not allowed
  454. ;String in symbol file
  455. msgErr156
  456. Zeichenkette in Symboldatei
  457. ;String in symbol file
  458. ;Symbol file tag illegal
  459. msgErr157
  460. Symboldatei-Markierung ung
  461. ;Symbol file tag illegal
  462. ;B. Limitations of implementation
  463. ;Set element greater than MAX(SET) or less than 0
  464. msgErr202
  465. Mengenelement gr
  466. er als MAX(SET) oder kleiner als 0
  467. ;Set element greater than MAX(SET) or less than 0
  468. ;Number too large
  469. msgErr203
  470. Zu gro
  471. e Zahl
  472. ;Number too large
  473. ;Division by zero
  474. msgErr205
  475. Division durch Null
  476. ;Division by zero
  477. ;Too much variable space needed
  478. msgErr209
  479. Variablen-Bereich zu gro
  480. ;Too much variable space needed
  481. ;Buffer for identifiers and strings full
  482. msgErr212
  483. Bezeichner- und Zeichenketten-Puffer voll
  484. ;Buffer for identifiers and strings full
  485. ;Too many exit statements
  486. msgErr214
  487. Zu viele EXIT-Befehle
  488. ;Too many exit statements
  489. ;Not enough registers: simplify expression
  490. msgErr215
  491. Nicht gen
  492. gend Register: Ausdruck vereinfachen
  493. ;Not enough registers: simplify expression
  494. ;Object is not a register item
  495. msgErr216
  496. Objekt ist kein Register-Objekt
  497. ;Object is not a register item
  498. ;Illegal value of parameter  (0 <= p < 15)
  499. msgErr219
  500. ltiger Wert des Parameters (0 <= p < 15)
  501. ;Illegal value of parameter  (0 <= p < 15)
  502. ;String cannot be exported / too many pointers in a record
  503. msgErr221
  504. Zeichenkette kann nicht exportiert werde / zu viele Pointer in einem Record
  505. ;String cannot be exported / too many pointers in a record
  506. ;Too many pointer types
  507. msgErr224
  508. Zu viele Pointer-Typen
  509. ;Too many pointer types
  510. ;Too many exported procedures
  511. msgErr226
  512. Zu viele exportierete Prozeduren
  513. ;Too many exported procedures
  514. ;Too many imported modules
  515. msgErr227
  516. Zu viele importierte Moduln
  517. ;Too many imported modules
  518. ;Too many exported structures
  519. msgErr228
  520. Zu viele exportierte Strukturen
  521. ;Too many exported structures
  522. ;Too many nested records for import
  523. msgErr229
  524. Zu viele geschachtelte Rekords f
  525. r einen Import
  526. ;Too many nested records for import
  527. ;Too many constants (strings) in module
  528. msgErr230
  529. Zu viele Konstanten (Zeichenketten) innerhalb des Modul
  530. ;Too many constants (strings) in module
  531. ;Code buffer overflow
  532. msgErr231
  533. Kode-Puffer 
  534. berlauf
  535. ;Code buffer overflow
  536. ;Type descriptor buffer overflow
  537. msgErr233
  538. Typ-Deskriptor-Puffer 
  539. berlauf
  540. ;Type descriptor buffer overflow
  541. ;Too many external libraries
  542. msgErr234
  543. Zu viele externe Bibliotheken
  544. ;Too many external libraries
  545. ;Global variables not accessable
  546. msgErr235
  547. Globale Variablen sind nicht zugreifbar
  548. ;Global variables not accessable
  549. ;Type extension is too deep (max 15 extension levels)
  550. msgErr236
  551. Typerweiterung ist zu tief (max 15 Erweiterungsebenen)
  552. ;Type extension is too deep (max 15 extension levels)
  553. ;C. Compiler Warnings - Amiga specific
  554. ;Parameter must be an exportable procedure or procedure variable
  555. msgErr300
  556. Parameter mu
  557.  eine exportierbare Prozedur oder Prozedur-Variable sein
  558. ;Parameter must be an exportable procedure or procedure variable
  559. ;Procedure must be paramaterless and typeless
  560. msgErr301
  561. Prozedur mu
  562.  parameterlos und typlos sein
  563. ;Procedure must be paramaterless and typeless
  564. ;Parameter must be a procedure variable
  565. msgErr302
  566. Parameter mu
  567.  eine Prozedur-Variable sein
  568. ;Parameter must be a procedure variable
  569. ;Library procedure must have a receiver parameter.
  570. msgErr303
  571. Bibliotheks-Prozedur mu
  572.  einen Empf
  573. nger-Parameter besitzen
  574. ;Library procedure must have a receiver parameter.
  575. ;Library procedure receiver cannot be VAR parameter.
  576. msgErr304
  577. Bibliotheks-Prozedur Emf
  578. nger darf kein VAR-Parameter sein
  579. ;Library procedure receiver cannot be VAR parameter.
  580. ;Receiver cannot be an imported type.
  581. msgErr305
  582. nger darf kein importierter Typ sein
  583. ;Receiver cannot be an imported type.
  584. ;Receiver type must be a pointer type.
  585. msgErr306
  586. nger mu
  587.  ein Pointer-Typ sein
  588. ;Receiver type must be a pointer type.
  589. ;Receiver type must be a record type.
  590. msgErr307
  591. nger mu
  592.  ein Record-Typ sein
  593. ;Receiver type must be a record type.
  594. ;Receiver type must be a C pointer type.
  595. msgErr308
  596. nger mu
  597.  ein C-Pointer-Typ sein
  598. ;Receiver type must be a C pointer type.
  599. ;Name buffer overflow
  600. msgErr310
  601. Names-Puffer 
  602. berlauf
  603. ;Name buffer overflow
  604. ;Library procedure cannot be used in this manner
  605. msgErr311
  606. Bibliotheks-Prozedur kann so nicht benutzt werden
  607. ;Library procedure cannot be used in this manner
  608. ;Global variables too large to zero (> 260kB)
  609. msgErr312
  610. Globale Variablen zu gro
  611. r eine Initialisierung
  612. ;Global variables too large to zero (> 260kB)
  613. ;Union type cannot have a base type
  614. msgErr313
  615. Union-Typ kann keinen Basis-Typ haben
  616. ;Union type cannot have a base type
  617. ;Control variable of FOR loop must be an integer type
  618. msgErr314
  619. Laufvariable in einer FOR-Schleife mu
  620.  vom Typ Integer sein
  621. ;Control variable of FOR loop must be an integer type
  622. ;Start and end values of FOR loop must be integers
  623. msgErr315
  624. Start- und End-Werte in einer FOR-Schleife m
  625. ssen vom Typ Integer sein
  626. ;Start and end values of FOR loop must be integers
  627. ;Step value of FOR loop must be non-zero
  628. msgErr316
  629. Schritt-Wert einer FOR-Schleife mu
  630.  ungleich Null sein
  631. ;Step value of FOR loop must be non-zero
  632. ;Start, end or step value(s) too large for control variable of FOR loop
  633. msgErr317
  634. Start-, End- oder Schritt-Wert(e) zu gro
  635. r Laufvariable der FOR-Schleife
  636. ;Start, end or step value(s) too large for control variable of FOR loop
  637. ;Sign of step value is wrong for given start and end values.
  638. msgErr318
  639. Vorzeichen des Schritt-Wertes ist falsch bez
  640. glich der Start- und En-Werte
  641. ;Sign of step value is wrong for given start and end values.
  642. ;ASSERT (x,n): constant x evaluates to FALSE, should be HALT (n)
  643. msgErr319
  644. ASSERT(x,n): Konstante x wird zu FALSE ausgewertet, besser HALT(n)
  645. ;ASSERT (x,n): constant x evaluates to FALSE, should be HALT (n)
  646. ;ASSERT (x,n): constant x evaluates to TRUE, statement is meaningless
  647. msgErr320
  648. ASSERT(x,n): Konstante x wird zu TRUE ausgewertet, ist daher 
  649. berfl
  650. ;ASSERT (x,n): constant x evaluates to TRUE, statement is meaningless
  651. ;Illegal mode in array index calculation
  652. msgErr322
  653. ltig Modus in Feldindex-Berechnung
  654. ;Illegal mode in array index calculation
  655. ;Cannot alias imported strings > 1 character
  656. msgErr323
  657. Importierte Zeichenketten > 1 Zeichen k
  658. nnen nicht umbenannt werden
  659. ;Cannot alias imported strings > 1 character
  660. ;Operations that modify read-only variables are not allowed
  661. msgErr324
  662. Operationen die schreibgesch
  663. tzte Variablen modifizieren sind nicht erlaubt
  664. ;Operations that modify read-only variables are not allowed
  665. ;Open arrays are restricted to pointer base types, element types of open arrays and formal parameter types
  666. msgErr325
  667. Offene Felder sind auf Pointer-basistypen, Elementtypen von offenen Feldern und formale Parameter beschr
  668. ;Open arrays are restricted to pointer base types, element types of open arrays and formal parameter types
  669. ;CPointers and BPointers to open arrays are not yet implemented
  670. msgErr326
  671. CPointer und BPointer auf offene Felder noch nicht implementiert
  672. ;CPointers and BPointers to open arrays are not yet implemented
  673. ;Control variable must be a simple variable local to the procedure or module
  674. msgErr327
  675. Laufvariable mu
  676.  eine einfache lokale Variable to der Prozedur oder dem Modul sein
  677. ;Control variable must be a simple variable local to the procedure or module
  678. ;Integer expression expected
  679. msgErr328
  680. Inter-Ausdruck erwartet
  681. ;Integer expression expected
  682. ;Type-bound procedure has the same name as a record field
  683. msgErr329
  684. Typgebundene Prozedur hat den selben Namen wie ein Record-Feld
  685. ;Type-bound procedure has the same name as a record field
  686. ;Redefined procedure must be exported
  687. msgErr330
  688. Umdefinierte Prozedur mu
  689.  exportiert werden
  690. ;Redefined procedure must be exported
  691. ;Cannot assign a type-bound procedure
  692. msgErr331
  693. Eine typgebundene Prozedur kann nicht zugewiesen werden
  694. ;Cannot assign a type-bound procedure
  695. ;Super-call only allowed for receiver parameter
  696. msgErr332
  697. Super-Aufruf nur mit Emf
  698. nger-Parameter erlaubt
  699. ;Super-call only allowed for receiver parameter
  700. ;Super-call not defined for base type
  701. msgErr333
  702. Super-Aufruf f
  703. r Basistyp nicht definiert
  704. ;Super-call not defined for base type
  705. ;Module name too long (limit 26 characters)
  706. msgErr334
  707. Modulname zu lang (max 26 Zeichen)
  708. ;Module name too long (limit 26 characters)
  709. ;RETURN statement missing in function procedure
  710. msgErr335
  711. RETURN-Befehl in Funktion nicht vorhanden
  712. ;RETURN statement missing in function procedure
  713. ;Parameter cannot be a vararg
  714. msgErr336
  715. Parameter darf kein VarArg sein
  716. ;Parameter cannot be a vararg
  717. ;Vararg parameter must be the last parameter
  718. msgErr337
  719. VarArg-Parameter mu
  720.  letzter Parameter sein
  721. ;Vararg parameter must be the last parameter
  722. ;Parameter does not denote a pointer or record type
  723. msgErr338
  724. Parameter ist nicht von einem Pointer- oder Record-Typ
  725. ;Parameter does not denote a traced pointer or record type
  726. ;SYSTEM.NEW cannot be used to allocate this type, use NEW instead
  727. msgErr339
  728. SYSTEM.NEW kann nicht zur Allokierung dieses Types verwendet werden, benutzen Sie NEW anstatt
  729. ;SYSTEM.NEW cannot be used to allocate this type, use NEW instead
  730. ;Formal parameter must include a register specification
  731. msgErr340
  732. Formale Parameter m
  733. ssen eine Registerangabe enthalten
  734. ;Formal parameter must include a register specification
  735. ;Cannot assign a foreign procedure
  736. msgErr341
  737. Eine externe Prozedur kann nicht zugewiesen werden
  738. ;Cannot assign a foreign procedure
  739. ;External name (string) expected
  740. msgErr342
  741. Externer Name (Zeichenkette) erwartet
  742. ;External name (string) expected
  743. ;Foreign procedures cannot be forward declared
  744. msgErr343
  745. Externe Prozedur erwartet
  746. ;Foreign procedures and LibCalls cannot be forward declared
  747. ;Foreign procedure cannot be bound to a type
  748. msgErr344
  749. Externe Prozedur kann nicht an einen Typ gebunden werden
  750. ;Foreign procedure cannot be bound to a type
  751. ;Cannot copy open arrays when SaveAllRegs is set.
  752. msgErr345
  753. Offene Felder k
  754. nnen nicht kopiert werden wenn SaveAllRegs gesetzt ist
  755. ;Cannot copy open arrays when SaveAllRegs is set
  756. ;Illegal character in in-line command
  757. msgErr346
  758. ltiges Zeichen in INLINE-Befehl
  759. ;Illegal character in in-line command
  760. ;Unrecognised in-line command
  761. msgErr347
  762. Nicht akzeptierter INLIN-Befehl
  763. ;Unrecognised in-line command
  764. ;Pragma or option specifier ["+"|"-"] missing.
  765. msgErr348
  766. Pragma- oder Options- Bezeichner ["+"|"-"] fehlt
  767. ;Pragma or option specifier ["+"|"-"] missing.
  768. ;Pragma stack empty
  769. msgErr349
  770. Pragma-Stack ist leer
  771. ;Pragma stack empty
  772. ;ELSIF, ELSE or END without matching IF
  773. msgErr350
  774. ELSIF, ELSE or END without matching IF
  775. ;ELSIF, ELSE or END without matching IF
  776. ;Pragmas and options are not interchangeable
  777. msgErr351
  778. Pragmas und Optionen sind nicht untereinander austauschbar
  779. ;Pragmas and options are not interchangeable
  780. ;Variable cannot be used as a base for a LibCall
  781. msgErr352
  782. Variable kann nicht als Basis f
  783. r einen LibCall benutzt werden
  784. ;Variable cannot be used as a base for a LibCall
  785. ;Illegal value for system flag
  786. msgErr353
  787. ltiger Wert f
  788. r Systemflag
  789. ;Illegal value for system flag
  790. ;Traced type cannot extend untraced type, and vice-versa
  791. msgErr354
  792. Traced-Type kann keinen Untraced-Typ erweitern
  793. ;Traced type cannot extend untraced type, and vice-versa
  794. ;Untraced record cannot contain traced fields
  795. msgErr355
  796. Traced-Record kann keine Untraced-Felder enthalten
  797. ;Untraced record cannot contain traced fields
  798. ;Tagged type not allowed
  799. msgErr356
  800. Tagged-Type nicht erlaubt
  801. ;Tagged type not allowed
  802. ;Options not permitted after MODULE keyword
  803. msgErr357
  804. Optionen nach Schl
  805. sselwort MODULE nicht erlaubt
  806. ;Options not permitted after MODULE keyword
  807. ;Pragma must start with '<*$'
  808. msgErr358
  809. Pragma mu
  810.  mit '<*$' beginnen
  811. ;Pragma must start with '<*$'
  812. ;Error in inline command or pragma
  813. msgErr359
  814. Fehler innerhalb eines INLINE-Befehls oder eines Pragmas
  815. ;Error in inline command or pragma
  816. ;D. Oberon-Amiga specific
  817. ;Not implemented yet
  818. msgErr900
  819. Noch nicht implementiert
  820. ;Not implemented yet
  821. ;Register parameters only allowed in LibCall procedure
  822. msgErr901
  823. Register-parameter sind nur innerhalb einer Libcall-Prozedur
  824. ;Register parameters only allowed in LibCall procedure
  825. ;Illegal type for register specification
  826. msgErr902
  827. ltiger Typ f
  828. r Register-Spezifikation
  829. ;Illegal type for register specification
  830. ;Illegal register number
  831. msgErr903
  832. ltige Registernummer
  833. ;Illegal register number
  834. ;Parameter type is too big for register
  835. msgErr904
  836. Parameter-Typ ist zu gro
  837. r ein Register
  838. ;Parameter type is too big for register
  839. ;LibCallSpec only allowed for library procedure
  840. msgErr905
  841. LibCallSpec nur f
  842. r eine Library-Prozedur erlaubt
  843. ;LibCallSpec only allowed for library procedure
  844. ;Function offset must be integer
  845. msgErr906
  846. Funktions-Offset mu
  847.  vom Typ Integer sein
  848. ;Function offset must be integer
  849. ;Library base variable must be pointer type
  850. msgErr907
  851. Library-Base Variable mu
  852.  ein Pointer-Typ sein
  853. ;Library base variable must be pointer type
  854. ;Language extensions not allowed when portableCode switch is on
  855. msgErr915
  856. Spracherweiterungen sind nicht erlaubt wenn portableCode Schalter an ist
  857. ;Language extensions not allowed when STANDARD option is OFF
  858. ;String constants not allowed when createObj switch is off
  859. msgErr916
  860. Zeichenketten-konstanten sind nicht erlaubt wenn createObj Schalter aus ist
  861. ;String constants not allowed when createObj switch is off
  862. ;Tagged record types not allowed when createObj switch is off
  863. msgErr917
  864. Tagged-Record-Typ ist nicht erlaubt wenn createObj Schalter aus ist
  865. ;Tagged record types not allowed when createObj switch is off
  866. ;Variables not allowed when createObj switch is off
  867. msgErr918
  868. Variablen sind nicht erlaubt wenn createObj Schalter aus ist
  869. ;Variables not allowed when createObj switch is off
  870. ;Procedure or module body not allowed when createObj switch is off
  871. msgErr919
  872. Prozedur- oder Modul-Rumpf ist nicht erlaubt wenn createObj Schalter aus ist
  873. ;Procedure or module body not allowed when createObj switch is off
  874. ;Cannot import module with object code when createObj switch is off
  875. msgErr920
  876. Modul mit Objekt-Kode kann nicht importiert werden wenn createObj Schalter aus ist
  877. ;Cannot import module with object code when createObj switch is off
  878. ;Too many search paths specified
  879. msgErr922
  880. Zu viele Suchpfade angegeben
  881. ;Too many search paths specified
  882. ;Feature not properly tested
  883. msgErr923
  884. Eigenschaft nicht vollst
  885. ndig getestet
  886. ;Feature not properly tested
  887. ;Underscores in identifiers not permitted when STANDARD option is on
  888. msgErr924
  889. Unterstriche in Bezeichnern sind nicht erlaubt wenn STANDARD Option aus ist
  890. ;Underscores in identifiers not permitted when STANDARD option is on
  891. ;E1. The following are internal compiler errors.  If you see one of
  892. ;    these, something is seriously wrong.  Report the bug immediately.
  893. ;    EC 950 is use to describe 951 - 999.
  894. ;Internal error -
  895. msgErr950
  896. Internal error -
  897. ;Internal error -
  898. ;attempt to free an unused register
  899. msgErr951
  900. attempt to free an unused register
  901. ;attempt to free an unused register
  902. ;illegal reference type
  903. msgErr952
  904. illegal reference type
  905. ;illegal reference type
  906. ;wrong number of operands for opcode
  907. msgErr953
  908. wrong number of operands for opcode
  909. ;wrong number of operands for opcode
  910. ;address alignment error
  911. msgErr954
  912. address alignment error
  913. ;address alignment error
  914. ;branch too large
  915. msgErr955
  916. branch too large
  917. ;branch too large
  918. ;addressing mode error
  919. msgErr956
  920. addressing mode error
  921. ;addressing mode error
  922. ;data size error
  923. msgErr957
  924. data size error
  925. ;data size error
  926. ;error in operand
  927. msgErr958
  928. error in operand
  929. ;error in operand
  930. ;illegal reference size specified
  931. msgErr959
  932. illegal reference size specified
  933. ;illegal reference size specified
  934. ;block length must be a constant
  935. msgErr960
  936. block length must be a constant
  937. ;block length must be a constant
  938. ;patching past end of code buffer
  939. msgErr961
  940. patching past end of code buffer
  941. ;patching past end of code buffer
  942. ;addressing string not in constant buffer
  943. msgErr962
  944. addressing string not in constant buffer
  945. ;addressing string not in constant buffer
  946. ;no pointer to open array descriptor
  947. msgErr963
  948. no pointer to open array descriptor
  949. ;no pointer to open array descriptor
  950. ;reference name missing
  951. msgErr964
  952. reference name missing
  953. ;reference name missing
  954. ;type-bound procedure missing
  955. msgErr965
  956. type-bound procedure missing
  957. ;type-bound procedure missing
  958. ;dereferencing NIL pointer
  959. msgErr966
  960. dereferencing NIL pointer
  961. ;dereferencing NIL pointer
  962. ;procedure return overlaps allocated registers
  963. msgErr967
  964. procedure return overlaps allocated registers
  965. ;procedure return overlaps allocated registers
  966. ;E2. Internal error - unrecognised case in CASE statement
  967. ;    EC 1000 is used to describe 1001 - 1099.
  968. ;Internal error - unrecognised case in CASE statement:
  969. msgErr1000
  970. Internal error - unrecognised case in CASE statement:
  971. ;Internal error - unrecognised case in CASE statement:
  972. ;OCS.Get
  973. msgErr1001
  974. OCS.Get
  975. ;OCS.Get
  976. ;OCT.Import / CASE obj.typ.form
  977. msgErr1002
  978. OCT.Import / CASE obj.typ.form
  979. ;OCT.Import / CASE obj.typ.form
  980. ;OCT.Import / CASE class (far inner)
  981. msgErr1003
  982. OCT.Import / CASE class (far inner)
  983. ;OCT.Import / CASE class (far inner)
  984. ;OCT.Import / CASE class (inner)
  985. msgErr1004
  986. OCT.Import / CASE class (inner)
  987. ;OCT.Import / CASE class (inner)
  988. ;OCT.Import / CASE class (outer)
  989. msgErr1005
  990. OCT.Import / CASE class (outer)
  991. ;OCT.Import / CASE class (outer)
  992. ;OCT.OutStr
  993. msgErr1006
  994. OCT.OutStr
  995. ;OCT.OutStr
  996. ;OCT.OutObj
  997. msgErr1007
  998. OCT.OutObj
  999. ;OCT.OutObj
  1000. ;OCC.PutArg
  1001. msgErr1008
  1002. OCC.PutArg
  1003. ;OCC.PutArg
  1004. ;OCE.RealMath
  1005. msgErr1009
  1006. OCE.RealMath
  1007. ;OCE.RealMath
  1008. ;OCE.MOp
  1009. msgErr1010
  1010. OCE.MOp
  1011. ;OCE.MOp
  1012. ;OCE.CheckOverflow
  1013. msgErr1011
  1014. OCE.CheckOverflow
  1015. ;OCE.CheckOverflow
  1016. ;OCE.Op / CASE f
  1017. msgErr1012
  1018. OCE.Op / CASE f
  1019. ;OCE.Op / CASE f
  1020. ;OCE.Op / CASE op
  1021. msgErr1013
  1022. OCE.Op / CASE op
  1023. ;OCE.Op / CASE op
  1024. ;OCP.StPar1
  1025. msgErr1014
  1026. OCP.StPar1
  1027. ;OCP.StPar1
  1028. ;OCP.StPar2
  1029. msgErr1015
  1030. OCP.StPar2
  1031. ;OCP.StPar2
  1032. ;OCH.Assign
  1033. msgErr1016
  1034. OCH.Assign
  1035. ;OCH.Assign
  1036.